Running the app in CloudIDE

To implement your chatbot, you need to run the server.py file, first.

  1. 1
  1. python3 server.py

You will have the following output in the terminal. This shows the server is running.

Server.py
(If you are running the file locally, you can open the browser and copy the running URL, in this case, it is `http://127.0.0.1:8000`.)

Now click the following button to open your application:

A new window will open for your application.

Chatbot Application

Great job, you completed your project!

If you want to understand the server file and JavaScript, continue with the project. You will also learn to containerize the app for deployment using Docker.

Once you've had a chance to run and play around with the application, please press Crtl (a.k.a. control (^) for Mac) and C at the same time to stop the container and continue the project (as it is also mentioned in terminal).